home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Book 16: Sister 7 / Digital Photo Book 16: Sister 7.iso / mac / DATA / main.dir / 00018_Script_CLICKGOTODELAY < prev    next >
Text File  |  2004-11-21  |  331b  |  17 lines

  1. global next_jump
  2. property jump_label
  3.  
  4. on mouseUp
  5.   next_jump = jump_label
  6.   go to the frame + 1
  7. end
  8.  
  9. on getPropertyDescriptionList
  10.   p = [:]
  11.   p[#jump_label] = [:]
  12.   p[#jump_label][#comment] = "飯ヌ隷ハ" 
  13.   p[#jump_label][#format] = #string
  14.   p[#jump_label][#default] = ""
  15.   
  16.   return p
  17. end getPropertyDescriptionList